widget: Use blue for resize debugging
authorTimm Bäder <mail@baedert.org>
Thu, 12 Oct 2017 08:41:56 +0000 (10:41 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 12 Oct 2017 13:42:03 +0000 (15:42 +0200)
Red is already taken by drawing.

gtk/gtkwidget.c

index 905b2c61cf3431fc8638633a94f0d43e54326dc5..a857f3372697c33a23aba41a2ac2e81dbd8f6912 100644 (file)
@@ -15021,7 +15021,7 @@ gtk_widget_maybe_add_debug_render_nodes (GtkWidget             *widget,
   if (GTK_DISPLAY_DEBUG_CHECK (display, RESIZE) &&
       priv->highlight_resize)
     {
-      GdkRGBA red = {1, 0, 0, 0.2};
+      GdkRGBA red = {0, 0, 1, 0.2};
       graphene_rect_t bounds;
 
       graphene_rect_init (&bounds,